All Questions
2 questions
0votes
1answer
779views
Caching or in-memory table in Azure for performance
I am building an Angular web application that retrieves part of its data from a Azure SQL Database table via APIs developed in Azure Functions (with Azure API Management at the API Gateway). The data ...
1vote
1answer
5kviews
Pros and Cons of using ASPNET.Core In-Memory Caching instead of Redis? [closed]
I know redis is a very robust caching solution and scales great, but when it comes to simpler non-enterprise websites I feel as if it's a bit too expensive (Azure Standard/C1: $100/m). I'm ...